home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / sound / thempegencgui / thempegencgui.doc < prev    next >
Text File  |  1999-06-14  |  7KB  |  207 lines

  1. About TheMPegEncGUI v1.4a by Deniil 715!
  2. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3. Made in 1999-05-31.
  4.  
  5.  
  6. Intro:
  7. ~~~~~~
  8. This is a GUI for some Mpeg Audio-encoders (and Mpega player).
  9. It's a program that is quite easy to use and that internally
  10. will execute your selected mpeg audio encoder (or mpega).
  11. You can add many files to a list and encode (or play)
  12. all files at one time.
  13.  
  14. NOTE: The configfile has been changed so you'll have to
  15.       reconfigure the program :(
  16.       This is done because my eternal patching of my
  17.       configreader would get too messy so I decided to
  18.       make it really modular instead and a rewrite was
  19.       neccesary :-)
  20.  
  21.  
  22. Features:
  23. ~~~~~~~~~
  24. * NEW * Now supporting Ncode! (8Hz is now exkluded, use Lame(r) instead!)
  25. * NEW * Lame 3.0 is now supported!
  26.  
  27. * You can have the files saved in the same drawer they
  28.   came from when using the list instead of having all
  29.   files end up in the same drawer!
  30. * You can set the stacksizes of the encoders!
  31. * It also supports Mpega for easy play of your encoded files!
  32. * You can select many files in a list and
  33.   encode them in one stroke!
  34. * You can have the source-file(s) deleted if you want!
  35. * You can have date and time written in the output to be
  36.   able to see how long time the file(s) took to compress!
  37. * You can select output, to send it to KingCON och to a file..!
  38. * You can print the commandlines to the encoder if you want
  39.   to compress your files without the GUI!
  40.  
  41.  
  42. Disclaimer
  43. ~~~~~~~~~~
  44. I will not be held responsible for any damage that this
  45. program might do to your system.
  46.  
  47.  
  48. Usage:
  49. ~~~~~~
  50. Prefs:
  51.  
  52.  `Text output:' - Enter the output to which you want the encoder to
  53.                   print text in. Enter "NIL:" if you don't want output.
  54.  
  55.  `Default'      - Sets the text output to default.
  56.  
  57.  `Files to compress:' - This is the list where you can add many files
  58.                         and compress them in one stroke.
  59.  
  60.    `Add'  - Add file(s) to the list.
  61.    `Rem'  - Remove a file from the list.
  62.    `Clr'  - Clear the whole list.
  63.    `Load' - Load a previously saved list from disk.
  64.    `Save' - Save a list to disk in textformat.
  65.  
  66.  `Encode-pri:' - The priority of the encoder. Don't set this to somthing
  67.                  higher than '0' if you encode files with a 68k CPU!
  68.  
  69.  `Stacksize'   - Select which encoder you want to change the priority
  70.                  of and you can change it if you have to.
  71.  
  72.  `Switch filenames for Mpega'   - This if you want the default inputfile
  73.                                   to exchange place with the outputfile
  74.                                   in the Mpega-GUI to make it easier to
  75.                                   play reasently encoded files.
  76.  
  77.  `Dynamic destination for list' - If you don't want all files to end
  78.                                   up in the same drawer when using list
  79.                                   but have each encoded file in the
  80.                                   same drawer a it's source-file.
  81.  
  82.  `Popup finished-requester' - Will popup a requester when a file,
  83.                               or your list has been finished.
  84.  
  85.  `Flash screen and boing'   - Will make a DisplayBeep() when a file
  86.                               has been finished.
  87.                               This is for every file in a list.
  88.  
  89.  `Delete source-file'       - Will delete the sourcefile when it has
  90.                               been finished but only if the compression
  91.                               took more than 30 seconds which would
  92.                               indicate that an error didn't occour
  93.                               at the beginning of the compression!
  94.  
  95.  `Print start and stoptime' - Print start and stop time for every file,
  96.                               and the whole list if used, to the output.
  97.  
  98.  `Save global' - Save settings for the whole program to ENVARC:
  99.                  This will not save the list!
  100.  
  101.  `About'       - Gives you some info about the program.
  102.  
  103.  `Quit'        - Exit the program.
  104.  
  105. Encoders:
  106.  
  107.  `Inputfile:'  - This is the file to compress if not using the list.
  108.  
  109.  `Outputfile:' - This is the destination of all compressed files if
  110.                  not using `Dynamic destination'.
  111.  
  112.    `Asl'       - Brings up a filerequester for the two above.
  113.  
  114.  `Cls'         - Sends a ASCII-12 (cls) to the output.
  115.  
  116.  `About'       - The about-requester.
  117.  
  118.  `Quit'        - Exit the program.
  119.  
  120.  `Use list'    - Enable the list and disable the selected "Inputfile".
  121.  
  122.  `Stop'        - Stop the list. Effective usage is to press this and
  123.                  then give a Ctrl-C or something to the encoder in
  124.                  the output.
  125.                  Note that the encoder will not stop because of this,
  126.                  it just prevents the next file in the list to be
  127.                  processed!
  128.  
  129.  `Encode'      - Executes the encoder with current settings.
  130.                  Now a good idea is to put on a large pot of coffee
  131.                  and start a good movie, unless you have a PPC, then
  132.                  just only have time for the coffee ;-)
  133.  
  134.  `Print commandline(s)' - This will print the exact commanline that
  135.                           is supposed to be sent to AmigaDOS, to the
  136.                           text output instead so you can look at it..
  137.  
  138.  `Default'     - Sets the default settings for the current encoder.
  139.  
  140.  
  141. For all other settings which are different for the different encoders,
  142. you have to refere to the corresponding documentation.
  143.  
  144.  
  145. ** Importent about the Text output!! **
  146. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  147.   If you set this output to a file like "dh0:bla/output" you must
  148.   be sure to exit the program or change back to a console or your
  149.   harddisk might take a trip to the validation-land!!
  150.  
  151.  
  152. Currently supported encoders:
  153. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  154. * MusicIn - (68k and PowerUP)
  155. * Pegase  - (68k)
  156. * Ncode   - (68k, PowerUP, WarpOS)
  157. * Lame(r) - (PowerUP and WarpOS)
  158. * MP3Enc  - (68k)
  159.  
  160. Currently supported decoder:
  161. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  162. * Mpega   - (68k, PowerUP, WarpOS)
  163.  
  164. If anyone would come up with some other encoder I don't know about
  165. and you want a GUI for it, just tell me where to get it and it
  166. might end up in TheMPegEncGUI v1.5 :-)
  167.  
  168.  
  169. Requirements:
  170. ~~~~~~~~~~~~~
  171.  OS version 37+
  172.  MusicIn, Pegase, Lame(r), Ncode, MP3Enc or Mpega
  173.  Sys:classes/gadgets/tabs.gadget              -> This is now included!!
  174.  
  175. Theese are not required use useful:
  176.  asl.library v38+      -> if you want to be able to use a file-requester
  177.  utility.library v33+  -> if you want log-time or auto-deletion
  178.  
  179.  
  180. Bugs:
  181. ~~~~~
  182. Fixed a bug with Lamer, causing it to always save in the
  183. source-directory!
  184.  
  185.  
  186. Author:
  187. ~~~~~~~
  188. You can reach me at:  deniil@algonet.se
  189.  
  190. or check out my homepage at:
  191.  www.algonet.se/~deniil/
  192.  
  193.  
  194. OnyxSoft support:
  195. ~~~~~~~~~~~~~~~~~
  196. If you like our products, found bugs, have complains or
  197. ideas etc. etc. Don't hesitate to contact us..
  198.  
  199. OnyxSoft productions can be found on our HomePage.
  200. Updates and new releases will be there first.. (hopefully ;))
  201.  
  202. OnyxSoft e-mail   : onyxsoft@alfaskop.net
  203. OnyxSoft HomePage : www.alfaskop.net/~onyxsoft/
  204.  
  205. We just love to get response from other Amiga-freaks!!
  206.  
  207.